home *** CD-ROM | disk | FTP | other *** search
/ PCMania 75 / PCMania CD75_1.iso / hotme5 / pftw1.pkg / data1.cab / WINSYSBAT / fixocx.bat next >
DOS Batch File  |  1998-11-03  |  553b  |  16 lines

  1. echo off
  2. echo This script should only be run if you had problems successfully
  3. echo registering the HoTMetaL PRO ocx and dll files at install time.
  4. echo 1) Copy this script to your %windir%\system directory.
  5. echo 2) Then run the script to register the HoTMetaL PRO ocx and dll files.
  6. echo 3) If any errors occur, try re-running that particular line by hand.
  7. pause
  8. regsvr32 comctl32.ocx
  9. regsvr32 comdlg32.ocx
  10. regsvr32 tabctl32.ocx
  11. regsvr32 xmltools.ocx
  12. regsvr32 xmlcontrol.ocx
  13. regsvr32 mfc40.dll
  14. regsvr32 olepro32.dll
  15. :: regsvr32 ole32.dll
  16.